Socket
Socket
Sign inDemoInstall

@ossmo/my-multi-miner

Package Overview
Dependencies
170
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ossmo/my-multi-miner

Install and run platform-native CryptoNightV8 mining binaries.


Version published
Maintainers
1
Created

Readme

Source

@ossmo/my-multi-miner

This package downloads and installs XMR (CryptoNiteV8) mining binaries: xmr-stak on OS X and Linux, and Claymore miner on Windows.

I could have installed xmr-stak on Windows, but Windows Defender antivirus identifies xmr-stak as malware, and does not identify Claymore miner as malware.

This package is forked from google/puppeteer.

Example


  const {install, Miner} = require('@ossmo/my-multi-miner');

  await install(pathToConfDir);

  const miner = new Miner(pathToConfDir);

  miner.launch({
    pkgName: safePackageName, 
    npmUsername,
    minerUrl: 'stratum+tcp://prohashing.com:3341',
    minerUsername: 'jbeard4',
    cwd: pathToConfDir,
    niceness: 19
  });

FAQs

Last updated on 27 Jan 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc